projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a04f3ca
)
ik3d: Fix errors when compiling without expat.
author
oliskoli
<oliskoli>
Tue, 3 Jun 2008 16:27:52 +0000
(16:27 +0000)
committer
oliskoli
<oliskoli>
Tue, 3 Jun 2008 16:27:52 +0000
(16:27 +0000)
ik3d.c
patch
|
blob
|
history
diff --git
a/ik3d.c
b/ik3d.c
index 8685886d47047ed5857beba566831edccd94a542..9a5c50c4557820b359beff3853d0f708b717a901 100644
(file)
--- a/
ik3d.c
+++ b/
ik3d.c
@@
-30,6
+30,8
@@
static arglist_t ikt_args[] =
#define MYNAME "ikt"
+static char *name, *text;
+
#if ! HAVE_LIBEXPAT
void
ikt_rd_init(const char *fname)
@@
-42,11
+44,15
@@
ikt_read(void)
{
}
+static void
+ikt_object_end(void)
+{
+}
+
#else
static route_head *track;
static waypoint *waypt;
-static char *name, *text;
static xg_callback iktobj_waypt, iktobj_type, iktobj_name, iktobj_trkpt, iktobj_text;